home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How To Lose A Guy In 10 Days Press Kit
/
How to Lose a Guy in 10 Days Press Kit.iso
/
pc
/
Program.dxr
/
New Save Image Cast_140_IM04_SV_Thumb.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-01-17
|
287 b
|
25 lines
global gSEL, gIM04
on mouseWithin me
cursor(280)
end
on mouseLeave me
cursor(0)
end
on mouseDown me
if gIM04 = 1 then
gIM04 = 0
gSEL.deleteOne("D")
else
gIM04 = 1
gSEL.add("D")
end if
end
on mouseUp me
sound(3).play(member("Shutter"))
updateStage()
end